home *** CD-ROM | disk | FTP | other *** search
- Path: warp10.smartlink.net!thomash
- From: thomash@warp10.smartlink.net (Thomas Hackbarth)
- Newsgroups: comp.lang.c++
- Subject: Setting Vars to member function addr
- Date: 6 Mar 1996 21:14:51 GMT
- Organization: SmartLink.net Premier ISP 805-294-1273
- Message-ID: <4hkv8c$nlp@frodo.smartlink.net>
- NNTP-Posting-Host: smartlink.net
- X-Newsreader: TIN [version 1.2 PL2]
-
-
- Using Visual C++ 4.0 WIN/NT. I'm creating a small class library for doing
- WINDOWS apps. Anyone know how to do this?
-
- WINCLASS.lpfnWndProc = (WNDPROC) TWindowClass :: WndProc;
-
- Where WndProc is a member function inside my window class.
-